home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / Class&Method Reference (stack) / MacApp 2.0 Reference / MacApp 2.0 Reference / card_310398.txt < prev    next >
Encoding:
Text File  |  1990-07-24  |  48.6 KB  |  2,625 lines

  1. -- card: 310398 from stack: in.0 Reference
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 277374
  5. -- name: HierarchicalClasses
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 80
  10. -- high flags: 0007
  11. -- rect: left=0 top=49 right=91 bottom=186
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 16
  16. -- text size: 10
  17. -- style flags: 0
  18. -- line height: 13
  19. -- part name: isasuper
  20. ----- HyperTalk script -----
  21. on mouseup
  22.   put clickline()
  23.   repeat with i = 1 to the number of lines in me
  24.     set cursor to busy
  25.     if offset ("‚âà‚âà‚âà",word 1 of line i of me) > 0
  26.     then
  27.     put word 1 of line i of me into super
  28.     put the number of chars in super into stop
  29.     delete char (stop -2) to stop of super --delete ellipsis
  30.     put super & "," after cd fld isasuper
  31.   end if
  32. end repeat
  33.  
  34. end mouseup
  35.  
  36.  
  37.  
  38.  
  39. -- part 7 (field)
  40. -- low flags: 81
  41. -- high flags: 2007
  42. -- rect: left=0 top=73 right=104 bottom=179
  43. -- title width / last selected line: 0
  44. -- icon id / first selected line: 0 / 0
  45. -- text alignment: 0
  46. -- font id: 16
  47. -- text size: 10
  48. -- style flags: 0
  49. -- line height: 13
  50. -- part name: expanded2
  51. ----- HyperTalk script -----
  52. on mouseup
  53.   put clickline()
  54.   repeat with i = 1 to the number of lines in me
  55.     set cursor to busy
  56.     if offset ("‚âà‚âà‚âà",word 1 of line i of me) > 0
  57.     then
  58.     put item 1 of line i of me into super
  59.     put the number of chars in super into stop
  60.     delete char (stop -2) to stop of super --delete ellipsis
  61.     put super &return after cd fld expanded
  62.   end if
  63. end repeat
  64.  
  65. end mouseup
  66.  
  67.  
  68.  
  69.  
  70. -- part 8 (field)
  71. -- low flags: 81
  72. -- high flags: 2007
  73. -- rect: left=0 top=90 right=121 bottom=184
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 0
  77. -- font id: 16
  78. -- text size: 10
  79. -- style flags: 0
  80. -- line height: 13
  81. -- part name: expanded3
  82. ----- HyperTalk script -----
  83. on mouseup
  84.   put clickline()
  85.   repeat with i = 1 to the number of lines in me
  86.     set cursor to busy
  87.     if offset ("‚âà‚âà‚âà",word 1 of line i of me) > 0
  88.     then
  89.     put item 1 of line i of me into super
  90.     put the number of chars in super into stop
  91.     delete char (stop -2) to stop of super --delete ellipsis
  92.     put super &return after cd fld expanded
  93.   end if
  94. end repeat
  95.  
  96. end mouseup
  97.  
  98.  
  99.  
  100.  
  101. -- part 9 (field)
  102. -- low flags: 81
  103. -- high flags: 2007
  104. -- rect: left=0 top=107 right=138 bottom=171
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 0 / 0
  107. -- text alignment: 0
  108. -- font id: 16
  109. -- text size: 10
  110. -- style flags: 0
  111. -- line height: 13
  112. -- part name: expanded4
  113. ----- HyperTalk script -----
  114. on mouseup
  115.   put clickline()
  116.   repeat with i = 1 to the number of lines in me
  117.     set cursor to busy
  118.     if offset ("‚âà‚âà‚âà",word 1 of line i of me) > 0
  119.     then
  120.     put item 1 of line i of me into super
  121.     put the number of chars in super into stop
  122.     delete char (stop -2) to stop of super --delete ellipsis
  123.     put super &return after cd fld expanded
  124.   end if
  125. end repeat
  126.  
  127. end mouseup
  128.  
  129.  
  130.  
  131.  
  132. -- part 10 (field)
  133. -- low flags: 81
  134. -- high flags: 2007
  135. -- rect: left=0 top=125 right=156 bottom=190
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 0
  139. -- font id: 16
  140. -- text size: 10
  141. -- style flags: 0
  142. -- line height: 13
  143. -- part name: expanded5
  144. ----- HyperTalk script -----
  145. on mouseup
  146.   put clickline()
  147.   repeat with i = 1 to the number of lines in me
  148.     set cursor to busy
  149.     if offset ("‚âà‚âà‚âà",word 1 of line i of me) > 0
  150.     then
  151.     put item 1 of line i of me into super
  152.     put the number of chars in super into stop
  153.     delete char (stop -2) to stop of super --delete ellipsis
  154.     put super &return after cd fld expanded
  155.   end if
  156. end repeat
  157.  
  158. end mouseup
  159.  
  160.  
  161.  
  162.  
  163. -- part 12 (field)
  164. -- low flags: 81
  165. -- high flags: 2007
  166. -- rect: left=0 top=155 right=186 bottom=181
  167. -- title width / last selected line: 0
  168. -- icon id / first selected line: 0 / 0
  169. -- text alignment: 0
  170. -- font id: 16
  171. -- text size: 10
  172. -- style flags: 0
  173. -- line height: 13
  174. -- part name: expanded6
  175. ----- HyperTalk script -----
  176. on mouseup
  177.   put clickline()
  178.   repeat with i = 1 to the number of lines in me
  179.     set cursor to busy
  180.     if offset ("‚âà‚âà‚âà",word 1 of line i of me) > 0
  181.     then
  182.     put item 1 of line i of me into super
  183.     put the number of chars in super into stop
  184.     delete char (stop -2) to stop of super --delete ellipsis
  185.     put super &return after cd fld expanded
  186.   end if
  187. end repeat
  188.  
  189. end mouseup
  190.  
  191.  
  192.  
  193.  
  194. -- part 13 (field)
  195. -- low flags: 81
  196. -- high flags: 2007
  197. -- rect: left=1 top=152 right=183 bottom=191
  198. -- title width / last selected line: 0
  199. -- icon id / first selected line: 0 / 0
  200. -- text alignment: 0
  201. -- font id: 16
  202. -- text size: 10
  203. -- style flags: 0
  204. -- line height: 13
  205. -- part name: expanded7
  206. ----- HyperTalk script -----
  207. on mouseup
  208.   put clickline()
  209.   repeat with i = 1 to the number of lines in me
  210.     set cursor to busy
  211.     if offset ("‚âà‚âà‚âà",word 1 of line i of me) > 0
  212.     then
  213.     put item 1 of line i of me into super
  214.     put the number of chars in super into stop
  215.     delete char (stop -2) to stop of super --delete ellipsis
  216.     put super &return after cd fld expanded
  217.   end if
  218. end repeat
  219.  
  220. end mouseup
  221.  
  222.  
  223.  
  224.  
  225. -- part 28 (button)
  226. -- low flags: 00
  227. -- high flags: 8002
  228. -- rect: left=39 top=324 right=341 bottom=172
  229. -- title width / last selected line: 0
  230. -- icon id / first selected line: 0 / 0
  231. -- text alignment: 1
  232. -- font id: 3
  233. -- text size: 9
  234. -- style flags: 16384
  235. -- line height: 12
  236. -- part name: 
  237.  
  238.  
  239. -- part 30 (button)
  240. -- low flags: 00
  241. -- high flags: 8002
  242. -- rect: left=171 top=324 right=341 bottom=302
  243. -- title width / last selected line: 0
  244. -- icon id / first selected line: 0 / 0
  245. -- text alignment: 1
  246. -- font id: 3
  247. -- text size: 9
  248. -- style flags: 256
  249. -- line height: 12
  250. -- part name: 
  251.  
  252.  
  253. -- part 31 (button)
  254. -- low flags: 00
  255. -- high flags: 8002
  256. -- rect: left=173 top=326 right=339 bottom=300
  257. -- title width / last selected line: 0
  258. -- icon id / first selected line: 0 / 0
  259. -- text alignment: 1
  260. -- font id: 3
  261. -- text size: 9
  262. -- style flags: 16384
  263. -- line height: 12
  264. -- part name: ALPHABETICAL
  265. ----- HyperTalk script -----
  266. on mouseUp
  267.  
  268.   global MenuID
  269.  
  270.   set the hilite of me to not the hilite of me
  271.   set the hilite of cd btn "HIERARCHICAL" to false
  272.  
  273.   lock screen
  274.  
  275.   set the hilite of me to not the hilite of me
  276.   set the hilite of cd btn "HIERARCHICAL" to true
  277.  
  278.   go prev
  279.  
  280.   put the number of this cd into MenuID
  281.  
  282.   if fld "MethodMenu" <> empty then
  283.     put empty into fld "MethodMenu"
  284.     put empty into fld "FieldMenu"
  285.     put empty into fld "last class"
  286.     set scroll of cd fld "Objectslist" to 0
  287.   end if
  288.  
  289.   unlock screen with visual dissolve
  290. end mouseUp
  291.  
  292. -------------------------------- EOF -----------------------------------
  293.  
  294.  
  295.  
  296. -- part 32 (button)
  297. -- low flags: 00
  298. -- high flags: C002
  299. -- rect: left=41 top=326 right=339 bottom=170
  300. -- title width / last selected line: 0
  301. -- icon id / first selected line: 0 / 0
  302. -- text alignment: 1
  303. -- font id: 3
  304. -- text size: 9
  305. -- style flags: 16384
  306. -- line height: 12
  307. -- part name: HIERARCHICAL
  308. ----- HyperTalk script -----
  309. on mouseUp
  310.   set the hilite of me to true
  311.   beep
  312. end mouseUp
  313.  
  314.  
  315.  
  316. -- part 69 (field)
  317. -- low flags: 81
  318. -- high flags: 0007
  319. -- rect: left=206 top=86 right=304 bottom=486
  320. -- title width / last selected line: 0
  321. -- icon id / first selected line: 0 / 0
  322. -- text alignment: 0
  323. -- font id: 16
  324. -- text size: 10
  325. -- style flags: 0
  326. -- line height: 13
  327. -- part name: info
  328. ----- HyperTalk script -----
  329. on mouseup
  330.   put clickline()
  331.   exit mouseup
  332.  
  333.   put empty into lastsubclass
  334.   repeat with i = 1 to the number of lines in me
  335.     if offset(" ",item 1 of line i of me) = 0   -- if " "  not there returns 0
  336.     then
  337.     put item 1 of line i of me into this
  338.     put golookup (this) into linenum
  339.     put i + 1 into firstsubclass
  340.     put firstsubclass into item 2 of line linenum of cd fld stor1
  341.     if i <> 1 then put i - 1 into lastsubclass
  342.     if i <> 1 and (lastsubclass <> empty)
  343.     then
  344.     put i - 1 into lastsubclass
  345.     put lastsubclass into item 3 of line lastlinenum of cd fld stor1
  346.   end if
  347. end if
  348. put linenum into lastlinenum
  349. end repeat
  350. end mouseup
  351.  
  352. ------------------------------------------------------------------------
  353. function golookup thekey
  354. repeat with i = 1 to the number of lines in cd fld stor1
  355.   set cursor to busy
  356.   if thekey = item 1 of line i of cd fld stor1
  357.   then return i
  358. end repeat
  359. put thekey &"," &&","&&return after cd fld stor1
  360. return the number of lines in cd fld stor1 + 1
  361. end golookup
  362. ------------------------------------------------------------------------
  363.  
  364.  
  365.  
  366. -- part contents for background part 78
  367. ----- text -----
  368. Classes Menu 
  369.  
  370. -- part contents for background part 24
  371. ----- text -----
  372. CLASSES
  373.  
  374. -- part contents for card part 7
  375. ----- text -----
  376. TObject
  377.     TRunArray
  378.     TEntry
  379.     TCommand‚âà‚âà‚âà
  380.     TAssociation
  381.     TPtrBasedDoublyLinkedList‚âà‚âà‚âà
  382.     TEvtHandler‚âà‚âà‚âà
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390. -- part contents for card part 8
  391. ----- text -----
  392. TObject
  393.     TRunArray
  394.     TEntry
  395.     TCommand
  396.         TNoChangesCommand‚âà‚âà‚âà
  397.         TCellSelectCommand‚âà‚âà‚âà
  398.         TPrintStyleChangeCommand
  399.         TTECommand‚âà‚âà‚âà
  400.     TAssociation
  401.     TPtrBasedDoublyLinkedList
  402.         TDynamicArray‚âà‚âà‚âà
  403.     TEvtHandler
  404.         TApplication‚âà‚âà‚âà
  405.         TDocument‚âà‚âà‚âà
  406.         TView‚âà‚âà‚âà
  407.         TPrintHandler‚âà‚âà‚âà
  408.  
  409. -- part contents for card part 9
  410. ----- text -----
  411. TObject
  412.     TRunArray
  413.     TEntry
  414.     TCommand
  415.         TNoChangesCommand
  416.             TAboutAppCommand
  417.             TCloseWindowCommand
  418.             TControlTracker
  419.             TDebugCommand
  420.             TInspectorCommand
  421.             TNewDocCommand
  422.             TOldDocCommand
  423.             TPrintCommand
  424.             TQuitCommand
  425.             TRevertDocCommand
  426.             TSaveDocCommand
  427.             TUndoRedoCommand
  428.         TCellSelectCommand
  429.             TRCSelectCommand‚âà‚âà‚âà
  430.         TPrintStyleChangeCommand
  431.         TTECommand
  432.             TTECutCopyCommand
  433.             TTEPasteCommand
  434.             TTEStyleCommand
  435.             TTETypingCommand
  436.     TAssociation
  437.     TPtrBasedDoublyLinkedList
  438.         TDynamicArray
  439.             TList‚âà‚âà‚âà
  440.     TEvtHandler
  441.         TApplication
  442.             TDebugApplication
  443.         TDocument
  444.             TInspector
  445.         TView
  446.             TListView‚âà‚âà‚âà
  447.             TScroller
  448.             TWindow‚âà‚âà‚âà
  449.             TGridView‚âà‚âà‚âà
  450.             TTranscriptView
  451.             TControl‚âà‚âà‚âà
  452.             TDialogView
  453.             TDeskScrapView
  454.             TTEView‚âà‚âà‚âà
  455.         TPrintHandler
  456.             TStdPrintHandler
  457.  
  458.  
  459.  
  460. -- part contents for card part 10
  461. ----- text -----
  462. TObject
  463.     TRunArray
  464.     TEntry
  465.     TCommand
  466.         TNoChangesCommand
  467.             TAboutAppCommand
  468.             TCloseWindowCommand
  469.             TControlTracker
  470.             TDebugCommand
  471.             TInspectorCommand
  472.             TNewDocCommand
  473.             TOldDocCommand
  474.             TPrintCommand
  475.             TQuitCommand
  476.             TRevertDocCommand
  477.             TSaveDocCommand
  478.             TUndoRedoCommand
  479.         TCellSelectCommand
  480.             TRCSelectCommand
  481.                 TColumnSelectCommand
  482.                 TRowSelectCommand
  483.         TPrintStyleChangeCommand
  484.         TTECommand
  485.             TTECutCopyCommand
  486.             TTEPasteCommand
  487.             TTEStyleCommand
  488.             TTETypingCommand
  489.     TAssociation
  490.     TPtrBasedDoublyLinkedList
  491.         TDynamicArray
  492.             TList
  493.                 TObjectList
  494.                 TSortedList‚âà‚âà‚âà
  495.     TEvtHandler
  496.         TApplication
  497.             TDebugApplication
  498.         TDocument
  499.             TInspector
  500.         TView
  501.             TListView
  502.                 TClassListView
  503.                 TObjListView
  504.                 TObjectView
  505.             TScroller
  506.             TWindow
  507.                 TInspectWindow
  508.             TGridView
  509.                 TTextGridView‚âà‚âà‚âà
  510.             TTranscriptView
  511.             TControl
  512.                 TPattern
  513.                 TStaticText‚âà‚âà‚âà
  514.                 TCluster
  515.                 TIcon
  516.                 TCtlMgr‚âà‚âà‚âà
  517.                 TPopUp
  518.                 TPicture
  519.             TDialogView
  520.             TDeskScrapView
  521.             TTEView
  522.                 TDialogTEView
  523.         TPrintHandler
  524.             TStdPrintHandler
  525.  
  526.  
  527.  
  528.  
  529. -- part contents for card part 12
  530. ----- text -----
  531. TObject
  532.     TRunArray
  533.     TEntry
  534.     TCommand
  535.         TNoChangesCommand
  536.             TAboutAppCommand
  537.             TCloseWindowCommand
  538.             TControlTracker
  539.             TDebugCommand
  540.             TInspectorCommand
  541.             TNewDocCommand
  542.             TOldDocCommand
  543.             TPrintCommand
  544.             TQuitCommand
  545.             TRevertDocCommand
  546.             TSaveDocCommand
  547.             TUndoRedoCommand
  548.         TCellSelectCommand
  549.             TRCSelectCommand
  550.                 TColumnSelectCommand
  551.                 TRowSelectCommand
  552.         TPrintStyleChangeCommand
  553.         TTECommand
  554.             TTECutCopyCommand
  555.             TTEPasteCommand
  556.             TTEStyleCommand
  557.             TTETypingCommand
  558.     TAssociation
  559.     TPtrBasedDoublyLinkedList
  560.         TDynamicArray
  561.             TList
  562.                 TObjectList
  563.                 TSortedList
  564.                     TCommandList
  565.                     TEntriesList
  566.                     TClassesByID
  567.                     TClassesByName
  568.     TEvtHandler
  569.         TApplication
  570.             TDebugApplication
  571.         TDocument
  572.             TInspector
  573.         TView
  574.             TListView
  575.                 TClassListView
  576.                 TObjListView
  577.                 TObjectView
  578.             TScroller
  579.             TWindow
  580.                 TInspectWindow
  581.             TGridView
  582.                 TTextGridView
  583.                     TTextListView
  584.             TTranscriptView
  585.             TControl
  586.                 TPattern
  587.                 TStaticText
  588.                     TEditText‚âà‚âà‚âà
  589.                 TCluster
  590.                 TIcon
  591.                 TCtlMgr
  592.                     TScrollBar‚âà‚âà‚âà
  593.                     TButton
  594.                     TRadio
  595.                     TCheckBox
  596.                 TPopUp
  597.                 TPicture
  598.             TDialogView
  599.             TDeskScrapView
  600.             TTEView
  601.                 TDialogTEView
  602.         TPrintHandler
  603.             TStdPrintHandler
  604.  
  605.  
  606.  
  607.  
  608. -- part contents for card part 13
  609. ----- text -----
  610. TObject
  611.     TRunArray
  612.     TEntry
  613.     TCommand
  614.         TNoChangesCommand
  615.             TAboutAppCommand
  616.             TCloseWindowCommand
  617.             TControlTracker
  618.             TDebugCommand
  619.             TInspectorCommand
  620.             TNewDocCommand
  621.             TOldDocCommand
  622.             TPrintCommand
  623.             TQuitCommand
  624.             TRevertDocCommand
  625.             TSaveDocCommand
  626.             TUndoRedoCommand
  627.         TCellSelectCommand
  628.             TRCSelectCommand
  629.                 TColumnSelectCommand
  630.                 TRowSelectCommand
  631.         TPrintStyleChangeCommand
  632.         TTECommand
  633.             TTECutCopyCommand
  634.             TTEPasteCommand
  635.             TTEStyleCommand
  636.             TTETypingCommand
  637.     TAssociation
  638.     TPtrBasedDoublyLinkedList
  639.         TDynamicArray
  640.             TList
  641.                 TObjectList
  642.                 TSortedList
  643.                     TCommandList
  644.                     TEntriesList
  645.                     TClassesByID
  646.                     TClassesByName
  647.     TEvtHandler
  648.         TApplication
  649.             TDebugApplication
  650.         TDocument
  651.             TInspector
  652.         TView
  653.             TListView
  654.                 TClassListView
  655.                 TObjListView
  656.                 TObjectView
  657.             TScroller
  658.             TWindow
  659.                 TInspectWindow
  660.             TGridView
  661.                 TTextGridView
  662.                     TTextListView
  663.             TTranscriptView
  664.             TControl
  665.                 TPattern
  666.                 TStaticText
  667.                     TEditText
  668.                         TNumberText               
  669.                 TCluster
  670.                 TIcon
  671.                 TCtlMgr
  672.                     TScrollBar
  673.                         TSScrollBar
  674.                     TButton
  675.                     TRadio
  676.                     TCheckBox
  677.                 TPopUp
  678.                 TPicture
  679.             TDialogView
  680.             TDeskScrapView
  681.             TTEView
  682.                 TDialogTEView
  683.         TPrintHandler
  684.             TStdPrintHandler
  685.  
  686.  
  687.  
  688. -- part contents for background part 4
  689. ----- text -----
  690. METHODS
  691.  
  692. -- part contents for background part 75
  693. ----- text -----
  694. FIELDS
  695.  
  696. -- part contents for card part 3
  697. ----- text -----
  698. TObject,TPtrBasedDoublyLinkedList,TDynamicArray,TCommand,TCellSelectCommand,TRCSelectCommand,TNoChangesCommand,TTECommand,TEvtHandler,TApplication,TDocument,TPrintHandler,TView,TWindow,TControl,TCtlMgr,TScrollBar,TStaticText,TEditText,TGridView,TTextGridView,TListView,TTEView,TList,TSortedList
  699.  
  700. -- part contents for background part 73
  701. ----- text -----
  702. Double click to go to description.
  703.  
  704. -- part contents for card part 69
  705. ----- text -----
  706. TObject
  707.     TRunArray
  708.     TEntry
  709.     TCommand‚âà‚âà‚âà
  710.     TAssociation
  711.     TPtrBasedDoublyLinkedList‚âà‚âà‚âà
  712.     TEvtHandler‚âà‚âà‚âà
  713. TCommand
  714.         TNoChangesCommand‚âà‚âà‚âà
  715.         TCellSelectCommand‚âà‚âà‚âà
  716.         TPrintStyleChangeCommand
  717.         TTECommand‚âà‚âà‚âà
  718. TPtrBasedDoublyLinkedList
  719.         TDynamicArray‚âà‚âà‚âà
  720. TEvtHandler
  721.         TApplication‚âà‚âà‚âà
  722.         TDocument‚âà‚âà‚âà
  723.         TView‚âà‚âà‚âà
  724.         TPrintHandler‚âà‚âà‚âà
  725. TNoChangesCommand
  726.             TAboutAppCommand
  727.             TCloseWindowCommand
  728.             TControlTracker
  729.             TDebugCommand
  730.             TInspectorCommand
  731.             TNewDocCommand
  732.             TOldDocCommand
  733.             TPrintCommand
  734.             TQuitCommand
  735.             TRevertDocCommand
  736.             TSaveDocCommand
  737.             TUndoRedoCommand
  738. TCellSelectCommand
  739.             TRCSelectCommand‚âà‚âà‚âà
  740. TTECommand
  741.             TTECutCopyCommand
  742.             TTEPasteCommand
  743.             TTEStyleCommand
  744.             TTETypingCommand
  745. TDynamicArray
  746.             TList‚âà‚âà‚âà
  747. TApplication
  748.             TDebugApplication
  749. TDocument
  750.             TInspector
  751. TView
  752.             TListView‚âà‚âà‚âà
  753.             TScroller
  754.             TWindow‚âà‚âà‚âà
  755.             TGridView‚âà‚âà‚âà
  756.             TTranscriptView
  757.             TControl‚âà‚âà‚âà
  758.             TDialogView
  759.             TDeskScrapView
  760.             TTEView‚âà‚âà‚âà
  761.  TPrintHandler
  762.             TStdPrintHandler
  763. TRCSelectCommand
  764.                 TColumnSelectCommand
  765.                 TRowSelectCommand
  766. TList
  767.                 TObjectList
  768.                 TSortedList‚âà‚âà‚âà
  769. TListView
  770.                 TClassListView
  771.                 TObjListView
  772.                 TObjectView
  773. TWindow
  774.                 TInspectWindow
  775. TGridView
  776.                 TTextGridView‚âà‚âà‚âà
  777. TControl
  778.                 TPattern
  779.                 TStaticText‚âà‚âà‚âà
  780.                 TCluster
  781.                 TIcon
  782.                 TCtlMgr‚âà‚âà‚âà
  783.                 TPopUp
  784.                 TPicture
  785. TTEView
  786.                 TDialogTEView
  787. TSortedList
  788.                     TCommandList
  789.                     TEntriesList
  790.                     TClassesByID
  791.                     TClassesByName
  792. TTextGridView
  793.                     TTextListView
  794. TStaticText
  795.                     TEditText‚âà‚âà‚âà
  796. TCtlMgr
  797.                     TScrollBar‚âà‚âà‚âà
  798.                     TButton
  799.                     TRadio
  800.                     TCheckBox
  801. TEditText
  802.                         TNumberText               
  803. TScrollBar
  804.                         TSScrollBar
  805.  
  806.  
  807.  
  808. -- part contents for background part 86
  809. ----- text -----
  810. TAboutAppCommand,0,0,2,4,0,0
  811. TApplication,43,43,6,93,2,6
  812. TAssociation,0,0,95,106,8,8
  813. TButton,0,0,108,112,0,0
  814. TCellSelectCommand,34,34,114,122,10,18
  815. TCheckBox,0,0,124,133,0,0
  816. TClassesByID,0,0,135,137,0,0
  817. TClassesByName,0,0,139,141,0,0
  818. TClassListView,0,0,143,147,20,20
  819. TCloseWindowCommand,0,0,149,151,0,0
  820. TCluster,0,0,153,164,22,24
  821. TColumnSelectCommand,0,0,166,169,0,0
  822. TCommand,9,12,171,182,26,42
  823. TCommandList,0,0,184,187,0,0
  824. TControl,73,79,189,213,44,52
  825. TControlTracker,0,0,215,216,54,54
  826. TCtlMgr,92,95,218,248,56,60
  827. TDebugApplication,0,0,250,261,0,0
  828. TDebugCommand,0,0,263,265,0,0
  829. TDeskScrapView,0,0,267,276,62,65
  830. TDialogTEView,0,0,278,284,67,68
  831. TDialogView,0,0,286,311,70,76
  832. TDocument,45,45,313,361,78,101
  833. TDynamicArray,41,41,363,376,103,109
  834. TEditText,97,97,378,397,111,113
  835. TEntriesList,0,0,399,401,0,0
  836. TEntry,0,0,403,406,115,116
  837. TEvtHandler,16,19,408,437,118,120
  838. TGridView,71,71,439,492,122,133
  839. TIcon,0,0,494,502,135,137
  840. TInspector,0,0,504,512,139,142
  841. TInspectorCommand,0,0,514,516,0,0
  842. TInspectWindow,0,0,518,527,144,146
  843. TList,62,63,529,556,148,148
  844. TListView,65,67,558,575,150,154
  845. TNewDocCommand,0,0,577,579,0,0
  846. TNoChangesCommand,21,32,581,582,0,0
  847. TNumberText,0,0,584,591,156,157
  848. TObject,2,7,593,616,0,0
  849. TObjectList,0,0,618,621,0,0
  850. TObjectView,0,0,623,641,159,162
  851. TObjListView,0,0,643,648,164,165
  852. TOldDocCommand,0,0,650,652,0,0
  853. TPattern,0,0,654,662,167,169
  854. TPicture,0,0,664,672,171,172
  855. TPopup,0,0,674,691,174,178
  856. TPrintCommand,0,0,693,695,180,180
  857. TPrintHandler, 57,57,697,716,182,186
  858. TPrintStyleChangeCommand,0,0,718,723,188,190
  859. TPtrBasedDoublyLinkedList,14,14,725,729,192,193
  860. TQuitCommand,0,0,731,733,0,0
  861. TRCSelectCommand,59,60,746,748,0,0
  862. TRadio,0,0,735,744,0,0
  863. TRevertDocCommand,0,0,750,752,0,0
  864. TRowSelectCommand,0,0,754,757,0,0
  865. TRunArray,0,0,759,767,195,202
  866. TSaveDocCommand,0,0,769,771,0,0
  867. TScrollBar,99,99,773,781,204,208
  868. TScroller,0,0,783,814,210,217
  869. TSortedList,83,86,816,823,0,0
  870. TSScrollBar,0,0,825,835,219,219
  871. TStaticText,90,90,837,850,221,225
  872. TStdPrintHandler,0,0,852,906,227,247
  873. TTECommand,36,39,908,919,249,261
  874. TTECutCopyCommand,0,0,921,925,263,263
  875. TTEPasteCommand,0,0,927,928,0,0
  876. TTEStyleCommand,0,0,930,936,265,267
  877. TTETypingCommand,0,0,938,949,269,270
  878. TTEView,81,81,951,1003,272,291
  879. TTextGridView,88,88,1005,1014,293,295
  880. TTextListView,0,0,1016,1042,0,0
  881. TTranscriptView,0,0,1044,1071,297,319
  882. TUndoRedoCommand,0,0,1073,1075,0,0 
  883. TView,47,55,1077,1177,321,332
  884. TWindow,69,69,1179,1225,334,363
  885.  
  886. -- part contents for background part 85
  887. ----- text -----
  888. TAboutAppCommand
  889.  DoIt
  890.  Fields
  891.  IAboutAppCommand
  892. TApplication
  893.  AbandonUndoClipboard
  894.  AboutToLoseControl
  895.  AbsorbScrapStuff
  896.  ActivateBusyCursor
  897.  AddDocument
  898.  AddFreeWindow
  899.  AlreadyOpen
  900.  Beep
  901.  CanOpenDocument
  902.  CheckDeskScrap
  903.  ChooseDocument
  904.  ClaimClipboard
  905.  Close
  906.  CloseWmgrWindow
  907.  CommitLastCommand
  908.  CountClicks
  909.  DeleteDocument
  910.  DeleteFreeWindow
  911.  DispatchEvent
  912.  DoCommandKey
  913.  DoKeyCommand
  914.  DoMakeDocument
  915.  DoMenuCommand
  916.  DoSetupMenus
  917.  DoShowAboutApp
  918.  EachFreeWindow
  919.  Fields
  920.  ForAllDocumentsDo
  921.  ForAllWindowsDo
  922.  GetActiveWindow
  923.  GetDataToPaste
  924.  GetEvent
  925.  GetFrontWindow
  926.  GetInspectorName
  927.  GetLastCommand
  928.  GetNextCommand
  929.  GetRsrcWindow
  930.  HandleActivateEvent
  931.  HandleAlienEvent
  932.  HandleDiskEvent
  933.  HandleEvent
  934.  HandleFinderRequest
  935.  HandleKeyDownEvent
  936.  HandleMouseDown
  937.  HandleMouseUp
  938.  HandleSystemEvent
  939.  HandleUpdateEvent
  940.  IApplication
  941.  IdentifySoftware
  942.  Idle
  943.  InModalMenuState
  944.  InModalState
  945.  InstallCohandler
  946.  InvalidateCursorRgn
  947.  InvalidateFocus
  948.  IsDeskAccessory
  949.  KeyEventToComponents
  950.  KindOfDocument
  951.  LaunchClipboard
  952.  MainEventLoop
  953.  MakeClipboardWindow
  954.  MakeViewForAlienClipboard
  955.  MenuEvent
  956.  OpenDeskAccessory
  957.  OpenNew
  958.  OpenOld
  959.  PerformCommand
  960.  PollEvent
  961.  PostCommand
  962.  PostHandleEvent
  963.  PrintDocument
  964.  ReadFromDeskScrap
  965.  RegainControl
  966.  ReportEvent
  967.  Run
  968.  SelectWMgrWindow
  969.  SetClipView
  970.  SetTarget
  971.  SetUndoText
  972.  SetupTheMenus
  973.  SFGetParms
  974.  ShowError
  975.  SpaceIsLow
  976.  SwapClipViews
  977.  TrackCursor
  978.  TrackMouse
  979.  UpdateAllWindows
  980.  WMgrToWindow
  981. TAssociation
  982.  EachEntryDo
  983.  EntryWithKey
  984.  EntryWithValue
  985.  Fields
  986.  FirstEntryThat
  987.  Free
  988.  IAssociation
  989.  InsertEntry
  990.  KeyAt
  991.  RemoveKeyAt
  992.  RemoveValueAt
  993.  ValueAt
  994. TButton
  995.  Fields
  996.  IButton
  997.  IRes
  998.  WRes
  999.  WriteRes
  1000. TCellSelectCommand
  1001.  ComputeAnchorCell
  1002.  ComputeNewSelection
  1003.  DoIt
  1004.  Fields
  1005.  Free
  1006.  HighlightNewSelection
  1007.  ICellSelectCommand
  1008.  TrackFeedback
  1009.  TrackMouse
  1010. TCheckBox
  1011.  DoChoice
  1012.  Fields
  1013.  ICheckBox
  1014.  IRes
  1015.  IsOn
  1016.  SetState
  1017.  Toggle
  1018.  ToggleIf
  1019.  WRes
  1020.  WriteRes
  1021. TClassesByID
  1022.  Compare
  1023.  Fields
  1024.  IClassesByID
  1025. TClassesByName
  1026.  Compare
  1027.  Fields
  1028.  IClassesByName
  1029. TClassListView
  1030.  DrawItem
  1031.  Fields
  1032.  IClassListView
  1033.  IRes
  1034.  SelectItem
  1035. TCloseWindowCommand
  1036.  DoIt
  1037.  Fields
  1038.  ICloseWindowCommand
  1039. TCluster
  1040.  DoChoice
  1041.  Draw
  1042.  Fields
  1043.  Free
  1044.  GetLabel
  1045.  ICluster
  1046.  IRes
  1047.  ReleaseLabel
  1048.  ReportCurrent
  1049.  SetLabel
  1050.  WRes
  1051.  WriteRes
  1052. TColumnSelectCommand
  1053.  ComputeAnchorCell
  1054.  ComputeNewSelection
  1055.  Fields
  1056.  IColumnSelectCommand
  1057. TCommand
  1058.  AutoScroll
  1059.  Commit
  1060.  DoIt
  1061.  Fields
  1062.  ICommand
  1063.  IsDoneTracking
  1064.  IsReadyToExecute
  1065.  RedoIt
  1066.  TrackConstrain
  1067.  TrackFeedback
  1068.  TrackMouse
  1069.  UndoIt
  1070. TCommandList
  1071.  Compare
  1072.  Fields
  1073.  ICommandList
  1074.  Insert
  1075. TControl
  1076.  ComputeSize
  1077.  ContainsMouse
  1078.  ControlArea
  1079.  Dim
  1080.  DimState
  1081.  DoMouseCommand
  1082.  Draw
  1083.  Fields
  1084.  Flash
  1085.  Focus
  1086.  Hilite
  1087.  HiliteState
  1088.  IControl
  1089.  Inset
  1090.  InstallColor
  1091.  InstallTextStyle
  1092.  IRes
  1093.  IsDimmed
  1094.  Resize
  1095.  SetInset
  1096.  TrackFeedback
  1097.  TrackMouse
  1098.  Validate
  1099.  WRes
  1100.  WriteRes
  1101. TControlTracker
  1102.  Fields
  1103.  IControlTracker
  1104. TCtlMgr
  1105.  BeInPort
  1106.  CreateCMgrControl
  1107.  DimState
  1108.  DoMouseCommand
  1109.  Draw
  1110.  Fields
  1111.  Free
  1112.  GetLongMax
  1113.  GetLongMin
  1114.  GetLongVal
  1115.  GetMax
  1116.  GetMin
  1117.  GetText
  1118.  GetVal
  1119.  HiliteState
  1120.  ICtlMgr
  1121.  IRes
  1122.  IsCMgrVisible
  1123.  Resize
  1124.  SetCMgrVisibility
  1125.  SetLongMax
  1126.  SetLongMin
  1127.  SetLongVal
  1128.  SetLongValues
  1129.  SetMax
  1130.  SetMin
  1131.  SetText
  1132.  SetVal
  1133.  SetValues
  1134.  WhileFocused
  1135.  WriteRes
  1136. TDebugApplication
  1137.  DoMenuCommand
  1138.  HandleAlienEvent
  1139.  HandleEvent
  1140.  HandleKeyDownEvent
  1141.  HandleMouseDown
  1142.  HandleSystemEvent
  1143.  HandleUpdateEvent
  1144.  IDebugApplication
  1145.  MenuEvent
  1146.  PollEvent
  1147.  PostHandleEvent
  1148.  WMgrToWindow
  1149. TDebugCommand
  1150.  DoIt
  1151.  Fields
  1152.  IDebugCommand
  1153. TDeskScrapView
  1154.  CalcMinSize
  1155.  CheckScrapContents
  1156.  Draw
  1157.  Fields
  1158.  Free
  1159.  GetInspectorName
  1160.  IDeskScrapView
  1161.  IRes
  1162.  SuperViewChangedSize
  1163.  WriteToDeskScrap
  1164. TDialogTEView
  1165.  ComputeSize
  1166.  Fields
  1167.  Free
  1168.  IDialogTEView
  1169.  InstallEditText
  1170.  InstallSelection
  1171.  IRes
  1172. TDialogView
  1173.  CanDismiss
  1174.  CantDeselect
  1175.  Close
  1176.  DeselectCurrentEditText
  1177.  DismissDialog
  1178.  DoChoice
  1179.  DoCommandKey
  1180.  DoKeyCommand
  1181.  DoOpen
  1182.  DoSelectEditText
  1183.  EachEditText
  1184.  Fields
  1185.  Free
  1186.  GetDialogView
  1187.  IDialogView
  1188.  IRes
  1189.  MakeTEView
  1190.  Open
  1191.  ParamTxt
  1192.  PoseModally
  1193.  ReplaceText
  1194.  SelectEditText
  1195.  SurveyEditText
  1196.  Tab
  1197.  WRes
  1198.  WriteRes
  1199. TDocument
  1200.  Abandon
  1201.  AboutToSave
  1202.  AddView
  1203.  AddWindow
  1204.  CheckDiskFile
  1205.  Close
  1206.  CloseView
  1207.  DeleteView
  1208.  DeleteWindow
  1209.  DiskFileChanged
  1210.  DoInitialState
  1211.  DoMakeViews
  1212.  DoMakeWindows
  1213.  DoMenuCommand
  1214.  DoNeedDiskSpace
  1215.  DoRead
  1216.  DoSetupMenus
  1217.  DoWrite
  1218.  Fields
  1219.  ForAllViewsDo
  1220.  ForAllWindowsDo
  1221.  Free
  1222.  FreeData
  1223.  FreeFile
  1224.  FreeFromClipboard
  1225.  GetChangeCount
  1226.  GetInspectorName
  1227.  GetSaveInfo
  1228.  GetTempName
  1229.  HandlesPrintingCommands
  1230.  IDocument
  1231.  MakeNewCopy
  1232.  OpenAFile
  1233.  OpenAgain
  1234.  PoseSaveDialog
  1235.  ReadFromFile
  1236.  RequestFileName
  1237.  Revert
  1238.  Save
  1239.  SaveAgain
  1240.  SavedOn
  1241.  SaveInPlace
  1242.  SaveViaTemp
  1243.  SetChangeCount
  1244.  SetTitle
  1245.  SFPutParms
  1246.  ShowReverted
  1247.  ShowWindows
  1248.  UntitledName
  1249. TDynamicArray
  1250.  ComputeAddress
  1251.  DeleteElementsAt
  1252.  DynamicFields
  1253.  EachElementDoTil
  1254.  Fields
  1255.  Free
  1256.  GetElementsAt
  1257.  GetSize
  1258.  IDynamicArray
  1259.  InsertElementsBefore
  1260.  IsEmpty
  1261.  Merge
  1262.  ReplaceElementsAt
  1263.  SetArraySize
  1264. TEditText
  1265.  ChangeWrap
  1266.  DoSubstitution
  1267.  Draw
  1268.  Fields
  1269.  Free
  1270.  GetText
  1271.  HandleMouseDown
  1272.  IEditText
  1273.  ImageText
  1274.  InstallSelection
  1275.  IRes
  1276.  RestartEdit
  1277.  SetJustification
  1278.  SetSelection
  1279.  SetText
  1280.  StartEdit
  1281.  StopEdit
  1282.  Validate
  1283.  WRes
  1284.  WriteRes
  1285. TEntriesList
  1286.  Compare
  1287.  Fields
  1288.  IEntriesList
  1289. TEntry
  1290.  Fields
  1291.  Free
  1292.  IEntry
  1293.  SetValue
  1294. TEvtHandler
  1295.  AddHandler
  1296.  CommitLastCommand
  1297.  CreateAView
  1298.  DoChoice
  1299.  DoCommandKey
  1300.  DoCreateViews
  1301.  DoHandleEvent
  1302.  DoHelp
  1303.  DoIdle
  1304.  DoKeyCommand
  1305.  DoMenuCommand
  1306.  DoMultiClick
  1307.  DoSetupMenus
  1308.  EachHandler
  1309.  Fields
  1310.  FirstHandlerThat
  1311.  Free
  1312.  GetLastCommand
  1313.  GetNextCommand
  1314.  HandlesPrintingCommands
  1315.  IdentifySoftware
  1316.  IEvtHandler
  1317.  InstallSelection
  1318.  KeyEventToComponents
  1319.  LookupSymbol
  1320.  PerformCommand
  1321.  PostCommand
  1322.  RemoveHandler
  1323.  SetIdleFreq
  1324.  Terminate
  1325. TGridView
  1326.  AdornCol
  1327.  AdornRow
  1328.  AllCellsDo
  1329.  CalcMinSize
  1330.  CanSelectCell
  1331.  CellsToPixels
  1332.  CellToVRect
  1333.  ColToVRect
  1334.  DelColAt
  1335.  DelColFirst
  1336.  DelColLast
  1337.  DelRowAt
  1338.  DelRowFirst
  1339.  DelRowLast
  1340.  DoHighlightSelection
  1341.  DoMouseCommand
  1342.  Draw
  1343.  DrawCell
  1344.  DrawRangeOfCells
  1345.  EachCellDo
  1346.  EachInRgn
  1347.  EachSelectedCellDo
  1348.  Fields
  1349.  FirstSelectedCell
  1350.  Free
  1351.  GetColWidth
  1352.  GetRowHeight
  1353.  HighlightCells
  1354.  IdentifyPoint
  1355.  IGridView
  1356.  InsColBefore
  1357.  InsColFirst
  1358.  InsColLast
  1359.  InsRowBefore
  1360.  InsRowFirst
  1361.  InsRowLast
  1362.  InvalidateCell
  1363.  InvalidateSelection
  1364.  IRes
  1365.  IsCellSelected
  1366.  LastSelectedCell
  1367.  RowToVRect
  1368.  ScrollSelectionIntoView
  1369.  SelectCell
  1370.  SetColWidth
  1371.  SetEmptySelection
  1372.  SetRowHeight
  1373.  SetSelection
  1374.  SetSelectionRect
  1375.  SetSingleSelection
  1376.  VPointToCell
  1377.  VPointToLastCell
  1378.  WRes
  1379.  WriteRes
  1380. TIcon
  1381.  Draw
  1382.  Fields
  1383.  Free
  1384.  IIcon
  1385.  IRes
  1386.  ReleaseIcon
  1387.  SetIcon
  1388.  WRes
  1389.  WriteRes
  1390. TInspector
  1391.  AddObject
  1392.  AddObjectList
  1393.  DoSetupMenus
  1394.  Fields
  1395.  Free
  1396.  GetObjectList
  1397.  IInspector
  1398.  MakeWindow
  1399.  RemoveObject
  1400. TInspectorCommand
  1401.  DoIt
  1402.  Fields
  1403.  IInspectorCommand
  1404. TInspectWindow
  1405.  CloseByUser
  1406.  Draw
  1407.  Fields
  1408.  IInspectWindow
  1409.  InsertClass
  1410.  IRes
  1411.  Resize
  1412.  SelectObject
  1413.  SetNumberOfClasses
  1414.  SetTitleForDoc
  1415. TList
  1416.  At
  1417.  AtDelete
  1418.  AtPut
  1419.  Delete
  1420.  DeleteAll
  1421.  DynamicFields
  1422.  Each
  1423.  Fields
  1424.  First
  1425.  FirstThat
  1426.  FreeAll
  1427.  FreeList
  1428.  GetEqualItemNo
  1429.  GetInspectorName
  1430.  GetSameItemNo
  1431.  IList
  1432.  Insert
  1433.  InsertBefore
  1434.  InsertFirst
  1435.  InsertLast
  1436.  IterateTil
  1437.  Last
  1438.  LastThat
  1439.  Pop
  1440.  Push
  1441.  SetEltType
  1442.  SetEltTypeID
  1443.  SortBy
  1444. TListView
  1445.  CalcMinSize
  1446.  ChangeSelection
  1447.  DeleteItem
  1448.  DoHighlightSelection
  1449.  DoMouseCommand
  1450.  Draw
  1451.  DrawItem
  1452.  Fields
  1453.  IListView
  1454.  InsertItem
  1455.  IRes
  1456.  ItemToVRect
  1457.  RevealItem
  1458.  SelectItem
  1459.  SetNumberOfItems
  1460.  SetPen
  1461.  SetStyle
  1462.  VPointToItem
  1463. TNewDocCommand
  1464.  DoIt
  1465.  Fields
  1466.  INewDocCommand
  1467. TNoChangesCommand
  1468.  Fields
  1469.  INoChangesCommand
  1470. TNumberText
  1471.  Fields
  1472.  GetValue
  1473.  INumberText
  1474.  IRes
  1475.  SetValue
  1476.  Validate
  1477.  WRes
  1478.  WriteRes
  1479. TObject
  1480.  Clone
  1481.  DynamicFields
  1482.  Fields
  1483.  ForAllSubClassesDo
  1484.  ForAllSuperClassesDo
  1485.  Free
  1486.  GetClass
  1487.  GetClassName
  1488.  GetClassSize
  1489.  GetDynamicPtr
  1490.  GetDynamicSize
  1491.  GetInspectorName
  1492.  GetInstanceSize
  1493.  GetSuperClass
  1494.  Initialize
  1495.  Inspect
  1496.  IObject
  1497.  IsMemberClass
  1498.  IsSameClass
  1499.  Lock
  1500.  SetDynamicSize
  1501.  SetInstanceSize
  1502.  ShallowClone
  1503.  ShallowFree
  1504. TObjectList
  1505.  AddObject
  1506.  Fields
  1507.  IObjectList
  1508.  RemoveObject
  1509. TObjectView
  1510.  ChangeSelection
  1511.  DoMouseCommand
  1512.  Draw
  1513.  Fields
  1514.  FirstFieldThat
  1515.  InspectControlHandle
  1516.  InspectGrafPtr
  1517.  InspectHandle
  1518.  InspectRgnHandle
  1519.  InspectTEHandle
  1520.  InspectWindowPtr
  1521.  InstallObject
  1522.  IObjectView
  1523.  IRes
  1524.  LockObject
  1525.  Resize
  1526.  SelectField
  1527.  SuperViewChangedSize
  1528.  UnlockObject
  1529. TObjListView
  1530.  DrawItem
  1531.  Fields
  1532.  InstallObjectList
  1533.  IObjListView
  1534.  IRes
  1535.  SelectItem
  1536. TOldDocCommand
  1537.  DoIt
  1538.  Fields
  1539.  IOldDocCommand
  1540. TPattern
  1541.  Draw
  1542.  Fields
  1543.  Free
  1544.  IPattern
  1545.  IRes
  1546.  ReleasePattern
  1547.  SetPattern
  1548.  WRes
  1549.  WriteRes
  1550. TPicture
  1551.  Draw
  1552.  Fields
  1553.  Free
  1554.  IPicture
  1555.  IRes
  1556.  ReleasePicture
  1557.  SetPicture
  1558.  WRes
  1559.  WriteRes
  1560. TPopup
  1561.  AdjustBotRight
  1562.  CalcLabelRect
  1563.  CalcMenuRect
  1564.  DoMouseCommand
  1565.  Draw
  1566.  DrawLabel
  1567.  DrawPopupBox
  1568.  Fields
  1569.  Free
  1570.  GetCurrentItem
  1571.  GetItemText
  1572.  IPopup
  1573.  IRes
  1574.  ReleasePopup
  1575.  SetCurrentItem
  1576.  SetPopup
  1577.  WRes
  1578.  WriteRes
  1579. TPrintCommand
  1580.  DoIt
  1581.  Fields
  1582.  IPrintCommand
  1583. TPrintHandler
  1584.  BreakFollowing
  1585.  CalcPageStrips
  1586.  CalcViewPerPage
  1587.  CheckPrinter
  1588.  DrawPageBreak
  1589.  DrawPrintFeedback
  1590.  Fields
  1591.  FocusOnInterior
  1592.  GetInspectorName
  1593.  IPrintHandler
  1594.  LocatePageInterior
  1595.  MaxPageNumber
  1596.  Print
  1597.  PrinterChanged
  1598.  RedoPageBreaks
  1599.  Reset
  1600.  SetDefaultPrintInfo
  1601.  SetPageInterior
  1602.  SetPageOffset
  1603.  SetupForFinder
  1604. TPrintStyleChangeCommand
  1605.  DoIt
  1606.  Fields
  1607.  Free
  1608.  IPrintStyleChangeCommand
  1609.  RedoIt
  1610.  UndoIt
  1611. TPtrBasedDoublyLinkedList
  1612.  AppendNode
  1613.  EachNodeDo
  1614.  Fields
  1615.  IPtrBasedDoublyLinkedList
  1616.  RemoveNode
  1617. TQuitCommand
  1618.  DoIt
  1619.  Fields
  1620.  IQuitCommand
  1621. TRadio
  1622.  DoChoice
  1623.  Fields
  1624.  IRadio
  1625.  IRes
  1626.  IsOn
  1627.  SetState
  1628.  Toggle
  1629.  ToggleIf
  1630.  WRes
  1631.  WriteRes
  1632. TRCSelectCommand
  1633.  ComputeNewSelection
  1634.  Fields
  1635.  TrackMouse
  1636. TRevertDocCommand
  1637.  DoIt
  1638.  Fields
  1639.  IRevertDocCommand
  1640. TRowSelectCommand
  1641.  ComputeAnchorCell
  1642.  ComputeNewSelection
  1643.  Fields
  1644.  IRowSelectCommand
  1645. TRunArray
  1646.  DeleteItems
  1647.  Fields
  1648.  FindChunk
  1649.  FindItem
  1650.  Free
  1651.  GetValue
  1652.  InsertItems
  1653.  IRunArray
  1654.  SumValues
  1655. TSaveDocCommand
  1656.  DoIt
  1657.  Fields
  1658.  ISaveDocCommand
  1659. TScrollBar
  1660.  ActionProc
  1661.  DeltaValue
  1662.  DoMouseCommand
  1663.  Fields
  1664.  IRes
  1665.  IScrollBar
  1666.  TrackScrollBar
  1667.  WRes
  1668.  WriteRes
  1669. TScroller
  1670.  AddSubview
  1671.  AdjustScrollBars
  1672.  AutoScroll
  1673.  CreateScrollBar
  1674.  CreateTemplateScrollBar
  1675.  DoKeyCommand
  1676.  DoScroll
  1677.  Fields
  1678.  Focus
  1679.  ForceRedraw
  1680.  Free
  1681.  GetExtent
  1682.  GetScroller
  1683.  HaveScrollBar
  1684.  IRes
  1685.  IScroller
  1686.  LocalToSuper
  1687.  Locate
  1688.  RemoveSubview
  1689.  Resize
  1690.  RevealRect
  1691.  ScrollBy
  1692.  ScrollDraw
  1693.  ScrollRelative
  1694.  ScrollStep
  1695.  ScrollTo
  1696.  SetScrollLimits
  1697.  SetScrollParameters
  1698.  SubViewChangedSize
  1699.  SuperToLocal
  1700.  WRes
  1701.  WriteRes
  1702. TSortedList
  1703.  Compare
  1704.  DoSearch
  1705.  Fields
  1706.  GetEqualItemNo
  1707.  Insert
  1708.  ISortedList
  1709.  Search
  1710.  Sort
  1711. TSScrollBar
  1712.  Activate
  1713.  AttachScroller
  1714.  BeInPort
  1715.  DoMouseCommand
  1716.  Draw
  1717.  Fields
  1718.  Free
  1719.  IRes
  1720.  ISScrollBar
  1721.  TrackScrollBar
  1722.  WriteRes
  1723. TStaticText
  1724.  ChangeWrap
  1725.  DoSubstitution
  1726.  Draw
  1727.  Fields
  1728.  Free
  1729.  GetText
  1730.  ImageText
  1731.  IRes
  1732.  IStaticText
  1733.  ReleaseText
  1734.  SetJustification
  1735.  SetText
  1736.  WRes
  1737.  WriteRes
  1738. TStdPrintHandler
  1739.  AdornPage
  1740.  BanishPrintDialog
  1741.  BreakFollowing
  1742.  CalcPageStrips
  1743.  CalcViewPerPage
  1744.  CheckPrinter
  1745.  ChkPrintErr
  1746.  ChooseSpoolFile
  1747.  ClosePrintShop
  1748.  DoInMacPrint
  1749.  DoMenuCommand
  1750.  DoPrintIdling
  1751.  DoSetupMenus
  1752.  DrawPageBreak
  1753.  DrawPageInterior
  1754.  DrawPrintFeedback
  1755.  EachBreak
  1756.  Fields
  1757.  FocusOnBorder
  1758.  FocusOnInterior
  1759.  Free
  1760.  GetBreakCoord
  1761.  GetDocName
  1762.  GetDriverName
  1763.  IdentifySoftware
  1764.  InstallMargins
  1765.  InvalPageFeedback
  1766.  IStdPrintHandler
  1767.  LocatePageInterior
  1768.  MaxPageNumber
  1769.  OneSubJob
  1770.  OpenPrintShop
  1771.  PageToStrip
  1772.  PointToPageStrip
  1773.  PoseJobDialog
  1774.  PosePageSetupDialog
  1775.  PosePrintDialog
  1776.  Print
  1777.  PrinterChanged
  1778.  PrintPage
  1779.  PrintSpoolFile
  1780.  RedoPageBreaks
  1781.  Reset
  1782.  SetDefaultPrintInfo
  1783.  SetMargins
  1784.  SetPage
  1785.  SetPageInterior
  1786.  SetPageOffset
  1787.  SetPrintExtent
  1788.  SetupForFinder
  1789.  SetupPrintOne
  1790.  ShowDocBeingPrinted
  1791.  ShowsOnScreen
  1792.  StripToPage
  1793.  ValidatePrintRecord
  1794. TTECommand
  1795.  BanishOldText
  1796.  DoIt
  1797.  DoMainFunction
  1798.  Fields
  1799.  Free
  1800.  InstallNewText
  1801.  ITECommand
  1802.  RedoIt
  1803.  RemoveAdditions
  1804.  RestoreSelection
  1805.  ReviveDeletions
  1806.  UndoIt
  1807. TTECutCopyCommand
  1808.  DoIt
  1809.  Fields
  1810.  Free
  1811.  ITECutCopyCommand
  1812.  ReviveDeletions
  1813. TTEPasteCommand
  1814.  Fields
  1815.  ITEPasteCommand
  1816. TTEStyleCommand
  1817.  DoIt
  1818.  Fields
  1819.  InstallManyStyles
  1820.  InstallOneStyle
  1821.  ITEStyleCommand
  1822.  RedoIt
  1823.  UndoIt
  1824. TTETypingCommand
  1825.  AddCharacter
  1826.  BkSpcLeft
  1827.  BkSpcRight
  1828.  CompleteTyping
  1829.  DoIt
  1830.  DoNormalChar
  1831.  Fields
  1832.  Free
  1833.  FwdDelete
  1834.  ITETypingCommand
  1835.  RedoIt
  1836.  UndoIt
  1837. TTEView
  1838.  AutoScrolling
  1839.  BeInPort
  1840.  BeInScroller
  1841.  CalcMinSize
  1842.  CalcRealHeight
  1843.  CalcRealWidth
  1844.  CalcSelLoc
  1845.  ChangeWrap
  1846.  ClikLoop
  1847.  ComputeSize
  1848.  ContainsClipType
  1849.  ContinuousStyle
  1850.  DoBreakFollowing
  1851.  DoCalcViewPerPage
  1852.  DoIdle
  1853.  DoKeyCommand
  1854.  DoMakeEditCommand
  1855.  DoMakeStyleCommand
  1856.  DoMakeTypingCommand
  1857.  DoMenuCommand
  1858.  DoMouseCommand
  1859.  DoneTyping
  1860.  DoSetCursor
  1861.  DoSetPageOffset
  1862.  DoSetupMenus
  1863.  Draw
  1864.  ExtractStyles
  1865.  ExtractText
  1866.  Fields
  1867.  Free
  1868.  GetPrintExtent
  1869.  GivePasteData
  1870.  IdentifySoftware
  1871.  InstallSelection
  1872.  IRes
  1873.  ITEView
  1874.  MakeTERecord
  1875.  RecalcText
  1876.  Resize
  1877.  ScrollSelectionIntoView
  1878.  SetJustification
  1879.  SetOneStyle
  1880.  SetText
  1881.  ShowReverted
  1882.  SpaceForStyles
  1883.  StuffStyles
  1884.  StuffTERects
  1885.  StuffText
  1886.  SynchView
  1887.  ViewEnable
  1888.  WRes
  1889.  WriteRes
  1890.  WriteToDeskScrap
  1891. TTextGridView
  1892.  DrawCell
  1893.  Fields
  1894.  Focus
  1895.  GetText
  1896.  IRes
  1897.  ITextGridView
  1898.  SetPen
  1899.  SetUpFont
  1900.  WRes
  1901.  WriteRes
  1902. TTextListView
  1903.  AllItemsDo
  1904.  CanSelectCell
  1905.  CanSelectItem
  1906.  DelItemAt
  1907.  DelItemFirst
  1908.  DelItemLast
  1909.  EachItemDo
  1910.  EachSelectedItemDo
  1911.  Fields
  1912.  FirstSelectedItem
  1913.  GetItemHeight
  1914.  GetItemText
  1915.  GetItemWidth
  1916.  GetText
  1917.  InsItemBefore
  1918.  InsItemFirst
  1919.  InsItemLast
  1920.  InvalidateItem
  1921.  IsItemSelected
  1922.  ITextListView
  1923.  LastSelectedItem
  1924.  Resize
  1925.  SelectCell
  1926.  SelectItem
  1927.  SetItemHeight
  1928.  SetItemWidth
  1929.  WriteRes
  1930. TTranscriptView
  1931.  AddText
  1932.  AddTextToFile
  1933.  CommonInit
  1934.  DoHelp
  1935.  DoIdle
  1936.  DoKeyCommand
  1937.  Draw
  1938.  EndForce
  1939.  Fields
  1940.  ForceOutput
  1941.  Free
  1942.  GetInsertionPointRect
  1943.  HandleMouseDown
  1944.  IndexColToLocal
  1945.  IndexToLocal
  1946.  IndexToRow
  1947.  InstallTextStyle
  1948.  IRes
  1949.  ITranscriptView
  1950.  LocalToCol
  1951.  LocalToIndex
  1952.  PrevIndex
  1953.  Redirect
  1954.  RevealInsertionPoint
  1955.  RevealInsertionPointLine
  1956.  RowToIndex
  1957.  Scroll
  1958.  SuccIndex
  1959. TUndoRedoCommand
  1960.  DoIt
  1961.  Fields
  1962.  IUndoRedoCommand
  1963. TView
  1964.  Activate
  1965.  AddSubView
  1966.  AdjustSize
  1967.  Adorn
  1968.  AssumeFocused
  1969.  AttachPrintHandler
  1970.  BeInPort
  1971.  BeInScroller
  1972.  CalcMinSize
  1973.  ClipFurtherTo
  1974.  Close
  1975.  ComputeSize
  1976.  ContainsClipType
  1977.  ContainsMouse
  1978.  CountSubViews
  1979.  DoBreakFollowing
  1980.  DoCalcPageStrips
  1981.  DoCalcViewPerPage
  1982.  DoCheckPrinter
  1983.  DoChoice
  1984.  DoDrawPageBreak
  1985.  DoDrawPrintFeedback
  1986.  DoHighlightSelection
  1987.  DoMenuCommand
  1988.  DoMouseCommand
  1989.  DoOffScreen
  1990.  DoPagination
  1991.  DoPrinterChanged
  1992.  DoSetCursor
  1993.  DoSetPageOffset
  1994.  DoSetupMenus
  1995.  Draw
  1996.  DrawContents
  1997.  EachSubView
  1998.  Fields
  1999.  FindSubView
  2000.  FirstSubviewThat
  2001.  Focus
  2002.  FocusOnSuperView
  2003.  ForceRedraw
  2004.  Free
  2005.  FreeFromClipboard
  2006.  GetDefaultCursorRgn
  2007.  GetDialogView
  2008.  GetExtent
  2009.  GetFrame
  2010.  GetGrafPort
  2011.  GetInspectorName
  2012.  GetPrintExtent
  2013.  GetQDExtent
  2014.  GetScroller
  2015.  GetVisibleRect
  2016.  GetWindow
  2017.  GivePasteData
  2018.  HandleCursor
  2019.  HandleMouseDown
  2020.  HasPendingUpdate
  2021.  InvalidateFocus
  2022.  InvalidRect
  2023.  InvalidVRect
  2024.  IRes
  2025.  IsDoneTracking
  2026.  IsFocused
  2027.  IsShown
  2028.  IsViewEnabled
  2029.  IsVisible
  2030.  IView
  2031.  LastSubViewThat
  2032.  LocalToSuper
  2033.  LocalToWindow
  2034.  Locate
  2035.  MakeFirstSubView
  2036.  MakeLastSubView
  2037.  Open
  2038.  PageInteriorChanged
  2039.  QDToViewPt
  2040.  QDToViewRect
  2041.  RemoveSubView
  2042.  Resize
  2043.  RevealBottom
  2044.  RevealRect
  2045.  RevealTop
  2046.  Show
  2047.  ShowReverted
  2048.  SubViewChangedSize
  2049.  SubViewMoved
  2050.  SuperToLocal
  2051.  SuperViewChangedSize
  2052.  SuperViewMoved
  2053.  TrackConstrain
  2054.  TrackFeedback
  2055.  TrackMouse
  2056.  Update
  2057.  ValidVRect
  2058.  ViewEnable
  2059.  ViewToQDPt
  2060.  ViewToQDRect
  2061.  WindowToLocal
  2062.  WRes
  2063.  WriteRes
  2064.  WriteToDeskScrap
  2065. TWindow
  2066.  Activate
  2067.  AdaptToScreen
  2068.  AllowsMenuAccess
  2069.  BuildWindowRgns
  2070.  Center
  2071.  Close
  2072.  CloseByUser
  2073.  DoMenuCommand
  2074.  DoSetupMenus
  2075.  DrawContents
  2076.  DrawResizeIcon
  2077.  Fields
  2078.  Focus
  2079.  FocusOnSuperView
  2080.  ForceOnScreen
  2081.  Free
  2082.  GetGlobalBounds
  2083.  GetGrafPort
  2084.  GetInspectorName
  2085.  GetMaxIntersectedDevice
  2086.  GetTitle
  2087.  GetWindow
  2088.  GoAwayByUser
  2089.  HandleMouseDown
  2090.  HasPendingUpdate
  2091.  InstallDocument
  2092.  IRes
  2093.  IsDraggable
  2094.  IsShown
  2095.  IWindow
  2096.  Locate
  2097.  MoveByUser
  2098.  Open
  2099.  Resize
  2100.  ResizeByUser
  2101.  Select
  2102.  SetResizeLimits
  2103.  SetTarget
  2104.  SetTitle
  2105.  SetTitleForDoc
  2106.  Show
  2107.  SimpleStagger
  2108.  Update
  2109.  WRes
  2110.  WriteRes
  2111.  Zoom
  2112.  ZoomByUser
  2113.  
  2114. -- part contents for background part 90
  2115. ----- text -----
  2116. TAboutAppCommand,1,2,3,
  2117. TApplication,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,
  2118. TAssociation,92,93,94,95,96,97,98,99,100,101,102,103,
  2119. TButton,104,105,106,107,108,
  2120. TCellSelectCommand,109,110,111,112,113,114,115,116,117,
  2121. TCheckBox,118,119,120,121,122,123,124,125,126,127,
  2122. TClassesByID,128,129,130,
  2123. TClassesByName,131,132,133,
  2124. TClassListView,134,135,136,137,138,
  2125. TCloseWindowCommand,139,140,141,
  2126. TCluster,142,143,144,145,146,147,148,149,150,151,152,153,
  2127. TColumnSelectCommand,154,155,156,157,
  2128. TCommand,158,159,160,161,162,163,164,165,166,167,168,169,
  2129. TCommandList,170,171,172,173,
  2130. TControl,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,
  2131. TControlTracker,199,200,
  2132. TCtlMgr,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,
  2133. TDebugApplication,232,233,234,235,236,237,238,239,240,241,242,243,
  2134. TDebugCommand,244,245,246,
  2135. TDeskScrapView,247,248,249,250,251,252,253,254,255,256,
  2136. TDialogTEView,257,258,259,260,261,262,263,
  2137. TDialogView,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,
  2138. TDocument,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,
  2139. TDynamicArray,339,340,341,342,343,344,345,346,347,348,349,350,351,352,
  2140. TEditText,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,
  2141. TEntriesList,373,374,375,
  2142. TEntry,376,377,378,379,
  2143. TEvtHandler,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,
  2144. TGridView,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,
  2145. TIcon,464,465,466,467,468,469,470,471,472,
  2146. TInspector,473,474,475,476,477,478,479,480,481,
  2147. TInspectorCommand,482,483,484,
  2148. TInspectWindow,485,486,487,488,489,490,491,492,493,494,
  2149. TList,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,
  2150. TListView,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,
  2151. TNewDocCommand,541,542,543,
  2152. TNoChangesCommand,544,545,
  2153. TNumberText,546,547,548,549,550,551,552,553,
  2154. TObject,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,
  2155. TObjectList,578,579,580,581,
  2156. TObjectView,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,
  2157. TObjListView,601,602,603,604,605,606,
  2158. TOldDocCommand,607,608,609,
  2159. TPattern,610,611,612,613,614,615,616,617,618,
  2160. TPicture,619,620,621,622,623,624,625,626,627,
  2161. TPopup,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,
  2162. TPrintCommand,646,647,648,
  2163. TPrintHandler,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,
  2164. TPrintStyleChangeCommand,669,670,671,672,673,674,
  2165. TPtrBasedDoublyLinkedList,675,676,677,678,679,
  2166. TQuitCommand,680,681,682,
  2167. TRadio,683,684,685,686,687,688,689,690,691,692,
  2168. TRCSelectCommand,693,694,695,
  2169. TRevertDocCommand,696,697,698,
  2170. TRowSelectCommand,699,700,701,702,
  2171. TRunArray,703,704,705,706,707,708,709,710,711,
  2172. TSaveDocCommand,712,713,714,
  2173. TScrollBar,715,716,717,718,719,720,721,722,723,
  2174. TScroller,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,
  2175. TSortedList,756,757,758,759,760,761,762,763,
  2176. TSScrollBar,764,765,766,767,768,769,770,771,772,773,774,
  2177. TStaticText,775,776,777,778,779,780,781,782,783,784,785,786,787,788,
  2178. TStdPrintHandler,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,
  2179. TTECommand,844,845,846,847,848,849,850,851,852,853,854,855,
  2180. TTECutCopyCommand,856,857,858,859,860,
  2181. TTEPasteCommand,861,862,
  2182. TTEStyleCommand,863,864,865,866,867,868,869,
  2183. TTETypingCommand,870,871,872,873,874,875,876,877,878,879,880,881,
  2184. TTEView,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,
  2185. TTextGridView,935,936,937,938,939,940,941,942,943,944,
  2186. TTextListView,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,
  2187. TTranscriptView,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,
  2188. TUndoRedoCommand,1000,1001,1002,
  2189. TView,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,
  2190. TWindow,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,
  2191.  
  2192.  
  2193. -- part contents for background part 87
  2194. ----- text -----
  2195. TApplication
  2196.  fCommandQueue
  2197.  fLastCommand
  2198.  fLaunchWithNewDocument
  2199.  fTicksOfLastIdle
  2200.  fTicksTilNextIdle
  2201. TAssociation
  2202.  fEntries
  2203. TCellSelectCommand
  2204.  fAnchorCell
  2205.  fCmdKey
  2206.  fDeselecting
  2207.  fDifference
  2208.  fGridView
  2209.  fPrevCell
  2210.  fPrevSelection
  2211.  fShiftKey
  2212.  fThisSelection
  2213. TClassListView
  2214.  fInspectWindow
  2215. TCluster
  2216.  fDataHandle
  2217.  fIndex
  2218.  fRsrcID
  2219. TCommand
  2220.  fCanUndo
  2221.  fCausesChange
  2222.  fChangedDocument
  2223.  fChangesClipboard
  2224.  fCmdDone
  2225.  fCmdNumber
  2226.  fConstrainsMouse
  2227.  fFreeOnCompletion
  2228.  fInitialPt
  2229.  fPriority
  2230.  fReadyToExecute
  2231.  fRecurring
  2232.  fScroller
  2233.  fTrackNonMovement
  2234.  fTracksMouse
  2235.  fView
  2236.  fViewConstrain
  2237. TControl
  2238.  fAdornment
  2239.  fDefChoice
  2240.  fDimmed
  2241.  fDismissesDialog
  2242.  fHilite
  2243.  fInset
  2244.  fPenSize
  2245.  fSizeable
  2246.  fTextStyle
  2247. TControlTracker
  2248.  fControl
  2249. TCtlMgr
  2250.  fBitsToShift
  2251.  fCMgrControl
  2252.  fLongMax
  2253.  fLongMin
  2254.  fLongVal
  2255. TDeskScrapView
  2256.  fDataHandle
  2257.  fHavePicture
  2258.  fHaveText
  2259.  fScrapCount
  2260. TDialogTEView
  2261.  fEditText
  2262.  fScroller
  2263. TDialogView
  2264.  fCancelItem
  2265.  fCurrentEditText
  2266.  fDefaultItem
  2267.  fDismissed
  2268.  fDismisser
  2269.  fParamTxt
  2270.  fTEView
  2271. TDocument
  2272.  fChangeCount
  2273.  fCommitOnSave
  2274.  fCreator
  2275.  fDataOpen
  2276.  fDataPerm
  2277.  fDataRefNum
  2278.  fDocPrintHandler
  2279.  fFileType
  2280.  fModDate
  2281.  fPrintInfo
  2282.  fReopenAlert
  2283.  fRsrcOpen
  2284.  fRsrcPerm
  2285.  fRsrcRefNum
  2286.  fSaveExists
  2287.  fSaveInPlace
  2288.  fSavePrintInfo
  2289.  fSharePrintInfo
  2290.  fTitle
  2291.  fUsesDataFork
  2292.  fUsesRsrcFork
  2293.  fViewList
  2294.  fVolRefNum
  2295.  fWindowList
  2296. TDynamicArray
  2297.  fAllocatedSize
  2298.  fAllocationIncrement
  2299.  fClassSize
  2300.  fElementSize
  2301.  fElementSizeShift
  2302.  fFreeRequested
  2303.  fSize
  2304. TEditText
  2305.  fControlChars
  2306.  fMaxChars
  2307.  fTEView
  2308. TEntry
  2309.  fKey
  2310.  fValue
  2311. TEvtHandler
  2312.  fIdleFreq
  2313.  fLastIdle
  2314.  fNextHandler
  2315. TGridView
  2316.  fAdornCols
  2317.  fAdornRows
  2318.  fColInset
  2319.  fColWidths
  2320.  fHLRegion
  2321.  fNumOfCols
  2322.  fNumOfRows
  2323.  fRowHeights
  2324.  fRowInset
  2325.  fSelections
  2326.  fSingleSelection
  2327.  fTempSelections
  2328. TIcon
  2329.  fDataHandle
  2330.  fPreferColor
  2331.  fRsrcID
  2332. TInspector
  2333.  fClassesByID
  2334.  fClassesByName
  2335.  fStaggerCount
  2336.  fWindowCount
  2337. TInspectWindow
  2338.  fClassListView
  2339.  fObjectView
  2340.  fObjListView
  2341. TList
  2342.  fObjClassID
  2343. TListView
  2344.  fCurrentSelection
  2345.  fItemHeight
  2346.  fLineAscent
  2347.  fNumberOfItems
  2348.  fTextStyle
  2349. TNumberText
  2350.  fMaximum
  2351.  fMinimum
  2352. TObjectView
  2353.  fInspectWindow
  2354.  fLockState
  2355.  fObject
  2356.  fType
  2357. TObjListView
  2358.  fInspectWindow
  2359.  fObjectList
  2360. TPattern
  2361.  fDataHandle
  2362.  fPreferColor
  2363.  fRsrcID
  2364. TPicture
  2365.  fDataHandle
  2366.  fRsrcID
  2367. TPopup
  2368.  fCurrentItem
  2369.  fItemOffset
  2370.  fMenuHandle
  2371.  fMenuID
  2372.  fRsrcID
  2373. TPrintCommand
  2374.  fStdPrintHandler
  2375. TPrintHandler
  2376.  fDeviceRes
  2377.  fDocument
  2378.  fFocusedPage
  2379.  fView
  2380.  fViewPerPage
  2381. TPrintStyleChangeCommand
  2382.  fNewHPrint
  2383.  fOldHPrint
  2384.  fStdPrintHandler
  2385. TPtrBasedDoublyLinkedList
  2386.  fHeadNodePtr
  2387.  fTailNodePtr
  2388. TRunArray
  2389.  fChunks
  2390.  fLastChunk
  2391.  fLastIndex
  2392.  fLastItem
  2393.  fLastTotal
  2394.  fNoOfChunks
  2395.  fNoOfItems
  2396.  fTotal
  2397. TScrollBar
  2398.  fBitsToShift
  2399.  fDirection
  2400.  fLongMax
  2401.  fLongMin
  2402.  fLongVal
  2403. TScroller
  2404.  fConstrain
  2405.  fMaxTranslation
  2406.  fRespondsToFunctionKeys
  2407.  fSBarOffsets
  2408.  fScrollBars
  2409.  fScrollLimit
  2410.  fScrollUnit
  2411.  fTranslation
  2412. TSScrollBar
  2413.  fScrollers
  2414. TStaticText
  2415.  fAutoWrap
  2416.  fDataHandle
  2417.  fIndex
  2418.  fJust
  2419.  fRsrcID
  2420. TStdPrintHandler
  2421.  fFinderJobDialog
  2422.  fFinderSetup
  2423.  fFixedSizePages
  2424.  fHPrint
  2425.  fLastBreak
  2426.  fLastCheckedPrinter
  2427.  fLastPrinterName
  2428.  fLastStrip
  2429.  fMarginRes
  2430.  fMinimalMargins
  2431.  fPageAreas
  2432.  fPageDirection
  2433.  fPageStrips
  2434.  fPPrPort
  2435.  fPrintDialog
  2436.  fPrinterDev
  2437.  fPrintExtent
  2438.  fShowBreaks
  2439.  fSquareDots
  2440.  fStartPage
  2441.  fViewedRect
  2442. TTECommand
  2443.  fHTE
  2444.  fNewEnd
  2445.  fNewStart
  2446.  fNewStyles
  2447.  fNewText
  2448.  fOldEnd
  2449.  fOldStart
  2450.  fOldStyles
  2451.  fOldText
  2452.  fPadding
  2453.  fStylePad
  2454.  fTEView
  2455.  fTextPad
  2456. TTECutCopyCommand
  2457.  fClipCreated
  2458. TTEStyleCommand
  2459.  fMode
  2460.  fNewTextStyle
  2461.  fOldTextStyle
  2462. TTETypingCommand
  2463.  fCompleted
  2464.  fFirstChar
  2465. TTEView
  2466.  fAcceptsChanges
  2467.  fAutoWrap
  2468.  fControlChars
  2469.  fFreeText
  2470.  fHTE
  2471.  fInset
  2472.  fJustification
  2473.  fKeyCmdNumber
  2474.  fLastHeight
  2475.  fLastLine
  2476.  fLastPageBreak
  2477.  fLastWidth
  2478.  fMaxChars
  2479.  fMinAhead
  2480.  fSavedTEHandle
  2481.  fSpecsChanged
  2482.  fStyleType
  2483.  fText
  2484.  fTextStyle
  2485.  fTypingCommand
  2486. TTextGridView
  2487.  fLineAscent
  2488.  fLineHeight
  2489.  fTextStyle
  2490. TTranscriptView
  2491.  fCols
  2492.  fFirstLineIndex
  2493.  fFontHeight
  2494.  fFontInfo
  2495.  fForcePtr
  2496.  fForceStack
  2497.  fGotRefnum
  2498.  fHelpProc
  2499.  fInsertionPointOn
  2500.  fInsertionPt
  2501.  fLastCh
  2502.  fLastInsertionPointTime
  2503.  fLineLengths
  2504.  fLineStarts
  2505.  fRefnum
  2506.  fRows
  2507.  fText
  2508.  fTextStyle
  2509.  fTotal
  2510.  fUpdateRgn
  2511.  fVRefNum
  2512.  fWrToFile
  2513.  fWrToWindow
  2514. TView
  2515.  fDocument
  2516.  fFocusRec
  2517.  fHLDesired
  2518.  fIdentifier
  2519.  fLocation
  2520.  fPrintHandler
  2521.  fShown
  2522.  fSize
  2523.  fSizeDeterminer
  2524.  fSubViews
  2525.  fSuperView
  2526.  fViewEnabled
  2527. TWindow
  2528.  fAdapted
  2529.  fClosesDocument
  2530.  fConstTitle
  2531.  fContDifference
  2532.  fContRgnInset
  2533.  fDisposeOnFree
  2534.  fDoFirstClick
  2535.  fFloats
  2536.  fForcedOnScreen
  2537.  fFreeOnClosing
  2538.  fHorzCentered
  2539.  fIsActive
  2540.  fIsClosable
  2541.  fIsModal
  2542.  fIsResizable
  2543.  fMoveBounds
  2544.  fMustAdapt
  2545.  fMustForceOnScreen
  2546.  fMustHorzCenter
  2547.  fMustStagger
  2548.  fMustVertCenter
  2549.  fOpenInitially
  2550.  fPreDocname
  2551.  fProcId
  2552.  fResizeLimits
  2553.  fStaggered
  2554.  fTarget
  2555.  fTargetId
  2556.  fVertCentered
  2557.  fWMgrWindow
  2558.  
  2559. -- part contents for background part 88
  2560. ----- text -----
  2561. TApplication,81,82,83,84,85,
  2562. TAssociation,86,
  2563. TCellSelectCommand,87,88,89,90,91,92,93,94,95,
  2564. TClassListView,96,
  2565. TCluster,97,98,99,
  2566. TCommand,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,
  2567. TControl,117,118,119,120,121,122,123,124,125,
  2568. TControlTracker,126,
  2569. TCtlMgr,127,128,129,130,131,
  2570. TDeskScrapView,132,133,134,135,
  2571. TDialogTEView,136,137,
  2572. TDialogView,138,139,140,141,142,143,144,
  2573. TDocument,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,
  2574. TDynamicArray,169,170,171,172,173,174,175,
  2575. TEditText,176,177,178,
  2576. TEntry,179,180,
  2577. TEvtHandler,181,182,183,
  2578. TGridView,184,185,186,187,188,189,190,191,192,193,194,195,
  2579. TIcon,196,197,198,
  2580. TInspector,199,200,201,202,
  2581. TInspectWindow,203,204,205,
  2582. TList,206,
  2583. TListView,207,208,209,210,211,
  2584. TNumberText,212,213,
  2585. TObjectView,214,215,216,217,
  2586. TObjListView,218,219,
  2587. TPattern,220,221,222,
  2588. TPicture,223,224,
  2589. TPopup,225,226,227,228,229,
  2590. TPrintCommand,230,
  2591. TPrintHandler,231,232,233,234,235,
  2592. TPrintStyleChangeCommand,236,237,238,
  2593. TPtrBasedDoublyLinkedList,239,240,
  2594. TRunArray,241,242,243,244,245,246,247,248,
  2595. TScrollBar,249,250,251,252,253,
  2596. TScroller,254,255,256,257,258,259,260,261,
  2597. TSScrollBar,262,
  2598. TStaticText,263,264,265,266,267,
  2599. TStdPrintHandler,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,
  2600. TTECommand,289,290,291,292,293,294,295,296,297,298,299,300,301,
  2601. TTECutCopyCommand,302,
  2602. TTEStyleCommand,303,304,305,
  2603. TTETypingCommand,306,307,
  2604. TTEView,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,
  2605. TTextGridView,328,329,330,
  2606. TTranscriptView,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,
  2607. TView,354,355,356,357,358,359,360,361,362,363,364,365,
  2608. TWindow,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,
  2609.  
  2610. -- part contents for background part 83
  2611. ----- text -----
  2612. TObject
  2613.     TRunArray
  2614.     TEntry
  2615.     TCommand‚âà‚âà‚âà
  2616.     TAssociation
  2617.     TPtrBasedDoublyLinkedList‚âà‚âà‚âà
  2618.     TEvtHandler‚âà‚âà‚âà
  2619.  
  2620.  
  2621.  
  2622.  
  2623.  
  2624.  
  2625.